home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / move32.com / README.386 < prev    next >
Encoding:
Text File  |  1989-06-04  |  769 b   |  16 lines

  1. Auto-detecting code for the 80386/80486 micro-processor.
  2. Copyright(c) 1988,89  Thomas A. Toth, Jr. for Synergy Software Developers.
  3.  
  4.   A set of routines that can be implemented into any Turbo Pascal 5.0
  5. program to be run on any IBM clone that is compatible with the Turbo
  6. run-time library.  Works on 8088 - 80486 based machines, although the
  7. 32-bit data xfers only occur when the presence of a 32-bit micro-
  8. processor is detected (at program init!), otherwise these procs will
  9. use 16-bit requests (compatible on 8088/86/188/186/286).  Will detect
  10. 386/486 whether on motherboard or slot-card (i.e.: Intel InBoard 386)!
  11.  
  12.    Semi-complete documentation can be found at the top of TT_32Bit.Pas.
  13.  
  14. Happy Programming, fellow Byte-Heads.
  15. [=Thom=]  4 June, 1989
  16.